home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / Spybot Search and Destroy 1.6 / spybotsd160.exe / {app} / SDHelper.dll / 0 / RCDATA / TFORMURLBLOCK / TFORMURLBLOCK.txt < prev   
Text File  |  2008-07-07  |  4KB  |  174 lines

  1. object formURLBlock: TformURLBlock
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = []
  5.   Caption = 'Spybot-S&D - Bad URL Blocker'
  6.   ClientHeight = 170
  7.   ClientWidth = 351
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 175
  10.   Constraints.MinWidth = 359
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   DesignSize = (
  20.     351
  21.     170)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object imgSpecific: TImage
  25.     Left = 312
  26.     Top = 8
  27.     Width = 32
  28.     Height = 32
  29.     Anchors = [akTop, akRight]
  30.     Picture.Data = {<image001.ico>}
  31.     Transparent = True
  32.   end
  33.   object labelInfo: TLabel
  34.     Left = 48
  35.     Top = 8
  36.     Width = 257
  37.     Height = 49
  38.     Alignment = taCenter
  39.     Anchors = [akLeft, akTop, akRight]
  40.     AutoSize = False
  41.     Caption = 
  42.       'Spybot-S&&Ds IE helper has detected an URL that is known as a ma' +
  43.       'licious resource.'
  44.     Transparent = True
  45.     WordWrap = True
  46.   end
  47.   object imgLogo: TImage
  48.     Left = 8
  49.     Top = 8
  50.     Width = 32
  51.     Height = 32
  52.     Picture.Data = {<image002.ico>}
  53.   end
  54.   object labelURLInfo: TLabel
  55.     Left = 8
  56.     Top = 56
  57.     Width = 72
  58.     Height = 17
  59.     AutoSize = False
  60.     Caption = 'URL:'
  61.   end
  62.   object labelProductInfo: TLabel
  63.     Left = 8
  64.     Top = 72
  65.     Width = 72
  66.     Height = 17
  67.     AutoSize = False
  68.     Caption = 'Identified as:'
  69.   end
  70.   object labelProduct: TLabel
  71.     Left = 88
  72.     Top = 72
  73.     Width = 256
  74.     Height = 17
  75.     Anchors = [akLeft, akTop, akRight]
  76.     AutoSize = False
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.   end
  84.   object labelURL: TLabel
  85.     Left = 88
  86.     Top = 56
  87.     Width = 256
  88.     Height = 17
  89.     Anchors = [akLeft, akTop, akRight]
  90.     AutoSize = False
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clWindowText
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.   end
  98.   object bnOk: TButton
  99.     Left = 264
  100.     Top = 96
  101.     Width = 81
  102.     Height = 49
  103.     Action = aOk
  104.     Anchors = [akRight, akBottom]
  105.     Default = True
  106.     ModalResult = 1
  107.     TabOrder = 0
  108.   end
  109.   object bnCancel: TButton
  110.     Left = 8
  111.     Top = 96
  112.     Width = 81
  113.     Height = 49
  114.     Action = aCancel
  115.     Anchors = [akLeft, akBottom]
  116.     ModalResult = 2
  117.     TabOrder = 1
  118.   end
  119.   object cbFuture: TComboBox
  120.     Left = 95
  121.     Top = 96
  122.     Width = 163
  123.     Height = 21
  124.     Style = csDropDownList
  125.     Anchors = [akLeft, akRight, akBottom]
  126.     ItemHeight = 13
  127.     ItemIndex = 0
  128.     TabOrder = 2
  129.     Text = 'Ask me again next time'
  130.     OnChange = cbFutureChange
  131.     Items.Strings = (
  132.       'Ask me again next time'
  133.       'Remember for this session'
  134.       'Always react this way')
  135.   end
  136.   object sbar: TStatusBar
  137.     Left = 0
  138.     Top = 151
  139.     Width = 351
  140.     Height = 19
  141.     Panels = <>
  142.     SimplePanel = True
  143.   end
  144.   object cbIgnore: TComboBox
  145.     Left = 95
  146.     Top = 124
  147.     Width = 163
  148.     Height = 21
  149.     Style = csDropDownList
  150.     Anchors = [akLeft, akRight, akBottom]
  151.     ItemHeight = 13
  152.     ItemIndex = 1
  153.     TabOrder = 4
  154.     Text = 'Remember for this page'
  155.     OnChange = cbFutureChange
  156.     Items.Strings = (
  157.       'Remember for complete url'
  158.       'Remember for this page'
  159.       'Remember for this domain')
  160.   end
  161.   object ActionList1: TActionList
  162.     Left = 64
  163.     Top = 8
  164.     object aOk: TAction
  165.       Caption = 'Deny'
  166.       OnExecute = aOkExecute
  167.     end
  168.     object aCancel: TAction
  169.       Caption = 'Allow'
  170.       OnExecute = aCancelExecute
  171.     end
  172.   end
  173. end
  174.